home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #2 / Amiga Plus CD - 1998 - No. 2.iso / multimedia / scene-demos / animtrac_1.0 / example.ascii < prev   
Text File  |  1980-01-04  |  689b  |  20 lines

  1.  
  2. ; It's the "Boring as HelloWorld" test script..
  3.  
  4. loadbuffer "hd1:frame.iff",0 ; load iff directly to back-buffer coz we
  5.                              ; don't want to store it anywhere..
  6.                              ; also load its palette as palette #0..
  7.  
  8. setoffset -255 ; set rgb-offset to black for fade-in..
  9.  
  10. showbuffer 0 ; show back-buffer using palette 0.. you don't have to specify
  11.              ; a palette if you're already using one you want..
  12.  
  13. fadeoffset 0,1 ; fade in palette to palettes original colours slowly then..
  14. wait 2         ; wait 2 seconds..
  15.  
  16. fadeoffset 255,1 ; fade-out to white..
  17. leftmouse        ; wait for leftmouse then..
  18.  
  19. fadeoffset -255,3 ; fade-out quickish..
  20.